home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-10-06 | 941 b | 33 lines | [ttro/ttxt] |
- Carbon Custom List
- Version 1.0
- October 3, 2000
-
- Introduction
-
- Under Carbon, custom list definitions can no longer be implemented as 'LDEF' code resources and need to be installed as list definition procedures.
-
- This sample demonstrates how to implement a custom list definition using the new Carbon API, CreateCustomList.
-
- Packing List
-
- CarbonCustomList - The executable CFM application
- CarbonCustomList.mcp - Metrowerks CodeWarrior Pro 2 project file
- CarbonCustomList.c - The source
- CarbonCustomList.rsrc - Menu resources and the required 'carb' resource for Mac OS X
-
- Requirements
-
- Mac OS 8.5 or later and CarbonLib 1.0 or later.
- This sample was built with CodeWarrior Pro 2 and CarbonLib 1.1a7.
-
- Further Information
-
- List Manager
- <http://developer.apple.com/techpubs/macos8/HumanInterfaceToolbox/ListManager/listmanager.html>
- Carbon
- <http://developer.apple.com/macosx/carbon>
-
- Feedback
-
- <http://developer.apple.com/contact/feedback.html>
-